home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000066_news@columbia.edu_Fri Apr 7 13:58:29 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA21514
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 7 Apr 1995 09:58:37 -0400
  3. Received: by apakabar.cc.columbia.edu id AA08207
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 7 Apr 1995 09:58:35 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Script: (newbie) How to I echo & capture received data?
  9. Date: 7 Apr 1995 13:58:29 GMT
  10. Organization: Columbia University
  11. Lines: 23
  12. Message-Id: <3m3ge5$80b@apakabar.cc.columbia.edu>
  13. References: <3lv1tk$cha@epx.cis.umn.edu>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Keywords: script kermit echo
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. In article <3lv1tk$cha@epx.cis.umn.edu>,
  19. Christopher R Hertel <crhertel@maroon.tc.umn.edu> wrote:
  20. : I am new to Kermit, but I think that it can do what I'm trying to have 
  21. : done.
  22. Which Kermit program are you talking about?  Since there are so many of
  23. them, it is always a good idea to say which one.
  24.  
  25. : I want to be able to dial out to a service which, upon connection, will 
  26. : simply spume information back at me at 1200 baud.  I need to capture 
  27. : about 2000 bytes of that information *and* I need to echo the information 
  28. : back *as I receive it*.
  29. : So, as the data arrives at my end I need to copy it to a file *and* echo 
  30. : it back.  Oh, and I have to watch for certain characters, too (so that I 
  31. : know when to stop receiving and hang up the line).
  32. Please pick up a copy of the appropriate manual, "Using MS-DOS Kermit" or
  33. "Using C-Kermit".  Read the chapters on script programming, especially the
  34. INPUT, OUTPUT, and LOG SESSION commands.  These will show you exactly what
  35. to do.
  36.  
  37. - Frank